home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java Primer Plus
/
Java Primer Plus (Waite Group Proess)(1996).iso
/
chapter9
/
brothers
/
lilbrother.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1995-12-31
|
403 b
|
12 lines
package brothers;
class lilbrother extends Dad {
public lilbrother() {
super.fishing_boat = true;
super.golf_clubs = true;
super.familycar = true;
super.lawnmower = true;
super.pubprot = true;
}
}